Skip to content

Commit

Permalink
refactor: update sablier to v2.2 endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdesalle committed Jul 21, 2024
1 parent 913db8f commit 9ac43ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/sablier-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,18 @@ async function vesting(api) {
const config = {
ethereum: { endpoints: ['5EgaXheiBXZBCkepyGUYAu8pN31Dkbh7bpGtnLPqaT5m'], },
arbitrum: { endpoints: ['AR77w8PwmkAG7c9DJSsfW6yTrC5UdvdQ1Hz5ZTCuaUWz'], },
ethereum: { endpoints: ['EuZZnhFtdCGqN2Zt7EMGYDqQKNrVuhJL63KAfwvF35bL'], },

Check failure on line 36 in projects/sablier-v2/index.js

View workflow job for this annotation

GitHub Actions / test

Duplicate key 'ethereum'
arbitrum: { endpoints: ['8BnGPBojHycDxVo83LP468pUo4xDyCQbtTpHGZXR6SiB'], },

Check failure on line 37 in projects/sablier-v2/index.js

View workflow job for this annotation

GitHub Actions / test

Duplicate key 'arbitrum'
bsc: { endpoints: ['BVyi15zcH5eUg5PPKfRDDesezMezh6cAkn8LPvh7MVAF'], },
xdai: { endpoints: [sdk.graph.modifyEndpoint('EXhNLbhCbsewJPx4jx5tutNXpxwdgng2kmX1J7w1bFyu')], },
optimism: { endpoints: [sdk.graph.modifyEndpoint('6e6Dvs1yDpsWDDREZRqxGi54SVdvTNzUdKpKJxniKVrp')], },
polygon: { endpoints: ['J8XJaFtxcz7xowzVJ5LwZhi35N5Lbtwfrt4sea6G1ysJ'], },
polygon: { endpoints: ['CsDNYv9XPUMP8vufuwDVKQrVhsxhzzRHezjLFFKZZbrx'], },

Check failure on line 42 in projects/sablier-v2/index.js

View workflow job for this annotation

GitHub Actions / test

Duplicate key 'polygon'
avax: { endpoints: [sdk.graph.modifyEndpoint('FdVwZuMV43yCb1nPmjnLQwmzS58wvKuLMPzcZ4UWgWAc')], },
base: { endpoints: [sdk.graph.modifyEndpoint('HS6B8Wi9ZY7D9bjHEuJwDqHa5eCMX5d6H59YyGVnQ5QP')], },
blast: { endpoints: ['https://api.studio.thegraph.com/query/57079/sablier-v2-blast/version/latest'], },
base: { endpoints: [sdk.graph.modifyEndpoint('3pxjsW9rbDjmZpoQWzc5CAo4vzcyYE9YQyTghntmnb1K')], },

Check failure on line 46 in projects/sablier-v2/index.js

View workflow job for this annotation

GitHub Actions / test

Duplicate key 'base'
blast: { endpoints: [sdk.graph.modifyEndpoint('BXoC2ToMZXnTmCjWftQRPh9zMyM7ysijMN54Nxzb2CEY')], },

Check failure on line 47 in projects/sablier-v2/index.js

View workflow job for this annotation

GitHub Actions / test

Duplicate key 'blast'
scroll: { endpoints: [sdk.graph.modifyEndpoint('HVcngokCByfveLwguuafrBC34xB65Ne6tpGrXHmqDSrh')], },
era: { endpoints: [sdk.graph.modifyEndpoint('GY2fGozmfZiZ3xF2MfevohLR4YGnyxGxAyxzi9zmU5bY')], },
}
Expand Down

0 comments on commit 9ac43ed

Please sign in to comment.