@beefyfinance/blockchain-addressbook 0.54.201 → 0.54.202

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.
@@ -997,7 +997,7 @@ export declare const polygon: {
997
997
  readonly name: "ChainLink Token";
998
998
  readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
999
999
  readonly symbol: "LINK";
1000
- readonly oracleId: "oldLINK";
1000
+ readonly oracleId: "LINK";
1001
1001
  readonly decimals: 18;
1002
1002
  readonly website: "https://chain.link/";
1003
1003
  readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
@@ -3092,7 +3092,7 @@ export declare const polygon: {
3092
3092
  readonly name: "ChainLink Token";
3093
3093
  readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
3094
3094
  readonly symbol: "LINK";
3095
- readonly oracleId: "oldLINK";
3095
+ readonly oracleId: "LINK";
3096
3096
  readonly decimals: 18;
3097
3097
  readonly website: "https://chain.link/";
3098
3098
  readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
@@ -994,7 +994,7 @@ export declare const tokens: {
994
994
  readonly name: "ChainLink Token";
995
995
  readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
996
996
  readonly symbol: "LINK";
997
- readonly oracleId: "oldLINK";
997
+ readonly oracleId: "LINK";
998
998
  readonly decimals: 18;
999
999
  readonly website: "https://chain.link/";
1000
1000
  readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
@@ -950,7 +950,7 @@ exports.tokens = {
950
950
  name: 'ChainLink Token',
951
951
  address: '0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39',
952
952
  symbol: 'LINK',
953
- oracleId: 'oldLINK',
953
+ oracleId: 'LINK',
954
954
  decimals: 18,
955
955
  website: 'https://chain.link/',
956
956
  description: 'Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.',
@@ -997,7 +997,7 @@ export declare const polygon: {
997
997
  readonly name: "ChainLink Token";
998
998
  readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
999
999
  readonly symbol: "LINK";
1000
- readonly oracleId: "oldLINK";
1000
+ readonly oracleId: "LINK";
1001
1001
  readonly decimals: 18;
1002
1002
  readonly website: "https://chain.link/";
1003
1003
  readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
@@ -3092,7 +3092,7 @@ export declare const polygon: {
3092
3092
  readonly name: "ChainLink Token";
3093
3093
  readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
3094
3094
  readonly symbol: "LINK";
3095
- readonly oracleId: "oldLINK";
3095
+ readonly oracleId: "LINK";
3096
3096
  readonly decimals: 18;
3097
3097
  readonly website: "https://chain.link/";
3098
3098
  readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
@@ -994,7 +994,7 @@ export declare const tokens: {
994
994
  readonly name: "ChainLink Token";
995
995
  readonly address: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39";
996
996
  readonly symbol: "LINK";
997
- readonly oracleId: "oldLINK";
997
+ readonly oracleId: "LINK";
998
998
  readonly decimals: 18;
999
999
  readonly website: "https://chain.link/";
1000
1000
  readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
@@ -947,7 +947,7 @@ export const tokens = {
947
947
  name: 'ChainLink Token',
948
948
  address: '0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39',
949
949
  symbol: 'LINK',
950
- oracleId: 'oldLINK',
950
+ oracleId: 'LINK',
951
951
  decimals: 18,
952
952
  website: 'https://chain.link/',
953
953
  description: 'Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.201",
3
+ "version": "0.54.202",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",