This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "anonymous": false, | |
| "inputs": [ | |
| { | |
| "indexed": true, | |
| "internalType": "address", | |
| "name": "_oldManager", | |
| "type": "address" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apps/v1 | |
| kind: DaemonSet | |
| metadata: | |
| annotations: | |
| deprecated.daemonset.template.generation: "12" | |
| field.cattle.io/creatorId: user-nbkb6 | |
| field.cattle.io/publicEndpoints: '[{"port":30952,"protocol":"TCP","serviceName":"adapters:${ADAPTER}-nodeport","allNodes":true},{"addresses":["10.141.141.32"],"port":80,"protocol":"HTTP","serviceName":"adapters:${ADAPTER}-nodeport","ingressName":"adapters:${ADAPTER}","hostname":"${ADAPTER}.rancher.cinternal.com","allNodes":false}]' | |
| creationTimestamp: "2020-07-20T07:26:07Z" | |
| generation: 8 | |
| labels: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict'; | |
| var job = process.argv[2] | |
| var bridge = process.argv[3] | |
| var operator = process.argv[4] | |
| const fs = require('fs'); | |
| let rawdata = fs.readFileSync('directory.json'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let abi = [ | |
| { | |
| "constant": false, | |
| "inputs": [ | |
| { | |
| "internalType": "address", | |
| "name": "oracle", | |
| "type": "address" | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: extensions/v1beta1 | |
| kind: Ingress | |
| metadata: | |
| labels: | |
| cattle.io/creator: norman | |
| name: ${ADAPTER} | |
| namespace: adapters | |
| spec: | |
| rules: | |
| - host: ${ADAPTER}.rancher.cinternal.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apps/v1 | |
| kind: DaemonSet | |
| metadata: | |
| annotations: | |
| deprecated.daemonset.template.generation: "12" | |
| field.cattle.io/creatorId: user-nbkb6 | |
| field.cattle.io/publicEndpoints: '[{"port":30952,"protocol":"TCP","serviceName":"adapters:${ADAPTER}-nodeport","allNodes":true},{"addresses":["10.141.141.32"],"port":80,"protocol":"HTTP","serviceName":"adapters:${ADAPTER}-nodeport","ingressName":"adapters:${ADAPTER}","hostname":"${ADAPTER}.rancher.cinternal.com","allNodes":false}]' | |
| creationTimestamp: "2020-07-20T07:26:07Z" | |
| generation: 8 | |
| labels: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "initiators": [ | |
| { | |
| "type": "web", | |
| "params": { | |
| } | |
| } | |
| ], | |
| "tasks": [ | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const { Requester, Validator } = require('@chainlink/external-adapter') | |
| const { box, randomBytes } = require('tweetnacl') | |
| const { | |
| decodeUTF8, | |
| encodeUTF8, | |
| encodeBase64, | |
| decodeBase64 | |
| } = require('tweetnacl-util') | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const { box, randomBytes } = require('tweetnacl') | |
| const { | |
| decodeUTF8, | |
| encodeUTF8, | |
| encodeBase64, | |
| decodeBase64 | |
| } = require('tweetnacl-util') | |
| const newNonce = () => randomBytes(box.nonceLength); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", |
NewerOlder