@defisaver/tokens 1.7.25-dev → 1.7.26-gho-plasma-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/assets.js +2 -1
- package/esm/assets.js +2 -1
- package/package.json +1 -1
- package/src/assets.ts +2 -1
package/cjs/assets.js
CHANGED
|
@@ -1029,10 +1029,11 @@ exports.assets = [
|
|
|
1029
1029
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'sDAI', feedAvailability: { 1: true }, name: 'Savings DAI', nativeChainId: 1, addresses: {
|
|
1030
1030
|
1: sDAIAddress,
|
|
1031
1031
|
}, decimals: 18, isStable: true, is4626: true }),
|
|
1032
|
-
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'GHO', feedAvailability: { 1: true, 8453: true, 42161: true }, name: 'GHO', addresses: {
|
|
1032
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'GHO', feedAvailability: { 1: true, 8453: true, 42161: true, 9745: true }, name: 'GHO', addresses: {
|
|
1033
1033
|
1: '0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f',
|
|
1034
1034
|
8453: '0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee',
|
|
1035
1035
|
42161: '0x7dff72693f6a4149b17e7c6314655f6a9f7c8b33',
|
|
1036
|
+
9745: '0xb77E872A68C62CfC0dFb02C067Ecc3DA23B4bbf3',
|
|
1036
1037
|
}, nativeChainId: 1, decimals: 18, isStable: true }),
|
|
1037
1038
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'tBTC', feedAvailability: { 1: true, 8453: true, 42161: true }, name: 'tBTC', addresses: {
|
|
1038
1039
|
1: tBTCAddress,
|
package/esm/assets.js
CHANGED
|
@@ -1026,10 +1026,11 @@ export const assets = [
|
|
|
1026
1026
|
Object.assign(Object.assign({}, assetProto), { symbol: 'sDAI', feedAvailability: { 1: true }, name: 'Savings DAI', nativeChainId: 1, addresses: {
|
|
1027
1027
|
1: sDAIAddress,
|
|
1028
1028
|
}, decimals: 18, isStable: true, is4626: true }),
|
|
1029
|
-
Object.assign(Object.assign({}, assetProto), { symbol: 'GHO', feedAvailability: { 1: true, 8453: true, 42161: true }, name: 'GHO', addresses: {
|
|
1029
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'GHO', feedAvailability: { 1: true, 8453: true, 42161: true, 9745: true }, name: 'GHO', addresses: {
|
|
1030
1030
|
1: '0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f',
|
|
1031
1031
|
8453: '0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee',
|
|
1032
1032
|
42161: '0x7dff72693f6a4149b17e7c6314655f6a9f7c8b33',
|
|
1033
|
+
9745: '0xb77E872A68C62CfC0dFb02C067Ecc3DA23B4bbf3',
|
|
1033
1034
|
}, nativeChainId: 1, decimals: 18, isStable: true }),
|
|
1034
1035
|
Object.assign(Object.assign({}, assetProto), { symbol: 'tBTC', feedAvailability: { 1: true, 8453: true, 42161: true }, name: 'tBTC', addresses: {
|
|
1035
1036
|
1: tBTCAddress,
|
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -2807,12 +2807,13 @@ export const assets: AssetDataBase[] = [
|
|
|
2807
2807
|
{
|
|
2808
2808
|
...assetProto,
|
|
2809
2809
|
symbol: 'GHO',
|
|
2810
|
-
feedAvailability: { 1: true, 8453: true, 42161: true },
|
|
2810
|
+
feedAvailability: { 1: true, 8453: true, 42161: true, 9745: true },
|
|
2811
2811
|
name: 'GHO',
|
|
2812
2812
|
addresses: {
|
|
2813
2813
|
1: '0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f',
|
|
2814
2814
|
8453: '0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee',
|
|
2815
2815
|
42161: '0x7dff72693f6a4149b17e7c6314655f6a9f7c8b33',
|
|
2816
|
+
9745: '0xb77E872A68C62CfC0dFb02C067Ecc3DA23B4bbf3',
|
|
2816
2817
|
},
|
|
2817
2818
|
nativeChainId: 1,
|
|
2818
2819
|
decimals: 18,
|